home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / utils / charw100.zip / CWATCH.DOC next >
Text File  |  1996-04-21  |  5KB  |  189 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.                               C H A R W A T C H
  12.  
  13.                                     v 1.0
  14.  
  15.                       Copyright 1994 Vincent Penquerc'h
  16.                              All Rights Reserved
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.                             DISCLAIMER OF WARRANTY
  25.  
  26.  
  27. THE AUTHOR WILL REFER TO VINCENT PENQUERC'H.
  28.  
  29. THE PROGRAM WILL REFER TO CHARWATCH, INCLUDING THE PROGRAM ITSELF, ITS
  30. DOCUMENTATION, AND ANY FILE IN THE ORIGINAL CHARWATCH PACKAGE.
  31.  
  32. THE AUTHOR HEREBY DISCLAIMS ALL WARRANTIES RELATING TO THIS PROGRAM,
  33. WHENEVER EXPRESSED OR IMPLIED, INCLUDING WITHOUT ANY LIMITATION ANY
  34. IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  35.  
  36. THE AUTHOR WILL NOT BE LIABLE FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL,
  37. INDIRECT OR SIMILAR DAMAGES DUE TO LOSS OF DATA, DAMAGE OF HARDWARE OR
  38. ANY OTHER REASON, EVEN IF THE AUTHOR WAS ADVISED OF THE POSSIBILITY OF
  39. SUCH LOSS OR DAMAGE.
  40.  
  41. THIS PROGRAM AND DOCUMENTATION ARE RELEASED "AS IS" AS SHAREWARE. IT IS
  42. COPYRIGHTED BY THE AUTHOR, AND ALL RIGHTS AND OWNERSHIP ARE KEPT WITH THE
  43. AUTHOR. YOU MAY USE IT, COPY IT, AND GIVE IT TO ANYBODY AS LONG AS NO
  44. MODIFICATIONS ARE MADE.
  45.  
  46. PROGRAM AND DOCUMENTATION COPYRIGHT 1994 VINCENT 'INDY' PENQUERC'H, ALL
  47. RIGHTS RESERVED.
  48.  
  49. ALL QUOTED PRODUCT AND COMPANY NAMES ARE TRADEMARKS OF THEIR RESPECTIVE
  50. OWNERS.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.                          TABLE OF CONTENTS
  57.  
  58.  
  59.  
  60.  
  61.       1. What is CharWatch ?
  62.       2. System requirements
  63.       3. Command line options
  64.       4. Contacting the author
  65.       5. Revision history
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.    1. What is CharWatch ?
  75.       -------------------
  76.  
  77.  
  78.  
  79.       CharWatch monitors your keyboard, printer, screen to replace any
  80.       wanted character by another one. This way, you can replace accentuated
  81.       characters by their non-accentuated equivalent that will print well on
  82.       your printer, or disable graphics characters for drawing boxes to use
  83.       text signs to keep the advantage of drawings using graphic characters.
  84.       Several tables are predefined so you can use CharWatch without having
  85.       to define your own translation tables.
  86.  
  87.  
  88.  
  89.  
  90.    2. System requirements
  91.       -------------------
  92.  
  93.  
  94.  
  95.       To use CharWatch, you will need a 8088 based PC, DOS 2.0 or higher.
  96.  
  97.  
  98.  
  99.  
  100.  
  101.    3. Command line options
  102.       --------------------
  103.  
  104.  
  105.        All options are introduced by the '-' or the '/' signs. Case is not
  106.        significant, as CharWatch will not distinguish among upper and lower
  107.        case characters.
  108.        To get an help screen that will show you all available options, use
  109.        the 'H' or the '?' switch:
  110.  
  111.          CWATCH -H
  112.          CWATCH -?
  113.  
  114.        To unload it from memory, use the 'U' switch:
  115.  
  116.          CATCH -U
  117.  
  118.        CharWatch will then test if it is safe to unload. If another program
  119.        was loaded after CharWatch and some interrupts hooked by CharWatch
  120.        are hooked by the latter, foe instance, it is unsafe to unload, and
  121.        CharWatch will warn you but stay in memory. You will have to unload
  122.        the other program prior to removing CharWatch.
  123.        You may choose the language in which CharWatch displays its messages.
  124.        This feature is accessible using the 'L' switch followed by the
  125.        language you want CharWatch to use. Supported languages are English,
  126.        which is active by default, French and Spanish:
  127.  
  128.          CWATCH -L SPANISH
  129.  
  130.        To select a translation table to use, use the 'T' switch followed by
  131.        a string of numbers indicating the tables you want to load. Each table
  132.        has a number between 0 and 3. You may load several tables at a time
  133.        by putting several numbers after the 'T':
  134.  
  135.          CWATCH -T0
  136.          CWATCH -T3 -T2
  137.          CWATCH -T0231
  138.  
  139.        The following tables are available:
  140.  
  141.          0: All accentuated characters become non-accentuated.
  142.          1: All graphic box characters become text characters (+,-,|).
  143.          2: Simple border characters become double.
  144.          3: Double border characters become simple.
  145.          
  146.  
  147.  
  148.  
  149.    4. Contacting the author
  150.       ---------------------
  151.  
  152.  
  153.       If you have any bug reports, comments, flames, feel free to write me
  154.       at the following email address:
  155.  
  156.       penquerc@enssat.fr
  157.  
  158.       or via snail mail:
  159.  
  160.       Vincent Penquerc'h
  161.       3, rue d'Ecosse
  162.       35200 Rennes
  163.       France
  164.  
  165.  
  166.  
  167.  
  168.       There is no registration fee for this program since it is freeware.
  169.       However, if you find it useful, I would appreciate very much if you
  170.       would send me a little sum of money. If you do so, please send cash
  171.       in french francs or a check drawn in french francs, as banks here
  172.       take lots of money to cash a check in another currency.
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.    5. Revision history
  180.       ----------------
  181.  
  182.  
  183.  
  184.    v1.0   February 21st 1996
  185.             - First version of CharWatch.
  186.  
  187.  
  188.  
  189.